home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-05-05 | 458 b | 26 lines |
- #
- # $RCSfile: Makefile,v $
- # $Revision: 1.1.1.1 $ $Date: 1996/05/04 21:55:33 $
- #
- MODULE = admin
-
- #
- # Object files
- #
- FILESO = admin_ShutServer.o admin_ChangeCheckpointFreq.o \
- admin_CollectStats.o admin_ClearStats.o \
- admin_ListDistr.o space.o
-
-
- #
- # Source files
- #
- FILESC = admin_ShutServer.c admin_ChangeCheckpointFreq.c \
- admin_CollectStats.c admin_ClearStats.c \
- admin_ListDistr.c space.c
-
- include ../makefile.subdir
-
- include makefile.depend
-
-